home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / ICON_8 / BUILDICO.N
Text File  |  1990-04-01  |  427b  |  18 lines

  1. #
  2. #  MPW Shell script to build MPW Icon V8
  3. #
  4. Set Exit 1
  5. Echo 'Building common object files╔'
  6. Build common {"Parameters"}
  7. Echo 'Building icont╔'
  8. Build icont {"Parameters"}
  9. Echo 'Building iconx╔'
  10. Build iconx {"Parameters"}
  11. Beep
  12. Confirm 'OK to replace executables?'
  13. Exit if {Status} != 0
  14. Echo 'Replacing executables╔'
  15. #Move -y "{icon}"icon[tx] "{icon}"SavedV8
  16. Duplicate -y :icont:icont "{icon}"
  17. Duplicate -y :iconx:iconx "{icon}"
  18.